home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 2005 October / Computer Shopper 2005 October.iso / Toolkit / Enhance / TrayDay / trayd701.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-06-27  |  3.1 KB  |  60 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=TrayDay
  4. AppVerName=TrayDay v7.01
  5. AppId=TrayDay
  6. AppPublisher=MJMSoft Design
  7. AppPublisherURL=http://www.mjmsoft.com
  8. AppSupportURL=http://www.mjmsoft.com/trayday.htm
  9. AppUpdatesURL=http://www.mjmsoft.com/tdvers.htm
  10. AppMutex=TrayDay
  11. DefaultDirName={pf}\TrayDay
  12. DefaultGroupName=TrayDay
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. ; Source: "{app}\Backup\,1"; DestDir: "{app}\Backup"; Flags: uninsneveruninstall skipifsourcedoesntexist onlyifdoesntexist 
  21. ; Source: "{app}\Backup\,2"; DestDir: "{app}\Backup"; Flags: uninsneveruninstall skipifsourcedoesntexist onlyifdoesntexist 
  22. ; Source: "{app}\Backup\,3"; DestDir: "{app}\Backup"; Flags: uninsneveruninstall skipifsourcedoesntexist onlyifdoesntexist 
  23. Source: "{app}\TrayDay.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\ombudsmn.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\order.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\TrayDay.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\TrayDay.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\whatsnew.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\pad_file.xml"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\pad_file.htm"; DestDir: "{app}"; Flags: ignoreversion 
  33. [Registry]
  34. Root: HKLM; Subkey: "Software\MJMSoft"; Flags: uninsdeletekeyifempty dontcreatekey 
  35. Root: HKLM; Subkey: "Software\MJMSoft\TrayDay"; Flags: uninsdeletekey dontcreatekey 
  36. Root: HKCU; Subkey: "Software\MJMSoft"; Flags: uninsdeletekeyifempty dontcreatekey 
  37. Root: HKCU; Subkey: "Software\MJMSoft\TrayDay"; Flags: uninsdeletekey dontcreatekey 
  38. [Run]
  39. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  40. Filename: "{app}\TrayDay.exe"; Description: "{cm:LaunchProgram,TrayDay}"; Flags: postinstall skipifsilent nowait
  41. [Icons]
  42. Name: "{group}\TrayDay"; Filename: "{app}\TrayDay.exe"; 
  43. Name: "{group}\TrayDay Help"; Filename: "{app}\TrayDay.hlp"; 
  44. Name: "{group}\{cm:UninstallProgram,TrayDay}"; Filename: "{uninstallexe}"; 
  45. Name: "{userstartup}\TrayDay"; Filename: "{app}\TrayDay.exe"; Check: "StartupCheck"; 
  46. [CustomMessages]
  47. default.NameAndVersion=%1 version %2
  48. default.AdditionalIcons=Additional icons:
  49. default.CreateDesktopIcon=Create a &desktop icon
  50. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  51. default.ProgramOnTheWeb=%1 on the Web
  52. default.UninstallProgram=Uninstall %1
  53. default.LaunchProgram=Launch %1
  54. default.AssocFileExtension=&Associate %1 with the %2 file extension
  55. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.